return Event::with(['city.companies.persons' => function ($query) { $query->select('id', '...'); }])->get();
return Event::with('city.companies.persons')->get();